home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / guis / iedit / arexx / shell.ie < prev   
Encoding:
Text File  |  1996-02-23  |  319 b   |  11 lines

  1. /*
  2.    Opens a Shell on IEditor's screen
  3. */
  4.  
  5.    address COMMAND 'Echo "Execute S:Shell-Startup" >T:Shl'
  6.    address COMMAND 'Echo "CD HD1:Developer/IEditor" >>T:Shl'
  7.  
  8.    address COMMAND 'NewShell "KCON:0/100//120/InterfaceEditor Executing Shell/AUTO/CLOSE/SCREEN IEDITOR.1" FROM T:shl'
  9.  
  10.    address COMMAND 'Delete T:shl'
  11.